Xbasic

SCRIPTEDITOR_OPEN Function

Syntax

Output_String as C = scripteditor_open(C scriptname [,C type [,C action_script_prompt [,L forceReloadOfOpenCleanScript ]]])

Arguments

scriptnameCharacter

The name of a script.

typeCharacter

Default = "Script". Can be one of the following values:

Value
Description
Script

Opens the script specified by Script_Name.

Function

Opens the function specified by Script_Name.

action_script_promptCharacter

Optional. For internal use only.

forceReloadOfOpenCleanScriptLogical

Logical

Description

Opens the multi-pane script editor.

Discussion

SCRIPTEDITOR_OPEN() opens the named script in the Code Editor.

Example

scripteditor_open("html_exists()")

Limitations

Desktop applications only.

See Also